@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 1px;
  font-family: Microsoft YaHei;
}
html body {
  font-size: 16rem;
}
html body .pre {
  font-family: Microsoft YaHei;
}
html body ul {
  list-style-type: none;
}
html body ul li a {
  font-size: 18rem;
}
html body button,
html body input {
  border: none;
  outline: none;
}
html body img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
html body a {
  text-decoration: none;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
header .module-container {
  width: 1300rem;
  height: 143rem;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 300rem;
  height: 70rem;
}
header nav {
  height: 100%;
}
header nav > ul {
  display: flex;
  height: 100%;
  align-items: center;
}
header nav > ul > li {
  padding: 0 20rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
header nav > ul > li:not(:last-child) > a {
  height: 100%;
  line-height: 143rem;
}
header nav > ul > li:not(:last-child):hover {
  background: #dd3b44;
}
header nav > ul > li:not(:last-child):hover > a {
  color: #fff;
}
header nav > ul > li:not(:last-child):hover > ul {
  display: block;
}
header nav > ul > li:last-child {
  padding: 0 5rem;
  margin-left: 15rem;
  height: auto;
  border: solid 1rem #bfbfbf;
}
header nav > ul > li:last-child > a {
  color: #bfbfbf;
}
header nav > ul > li > a {
  color: #666465;
}
header nav > ul > li.selected > a {
  color: #dd3b44;
}
header nav > ul > li ul {
  position: absolute;
  top: 143rem;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #666464;
  display: none;
}
header nav > ul > li ul:not(.single) li::after {
  content: "▸";
  color: #fff;
  margin-left: 5rem;
}
header nav > ul > li ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header nav > ul > li ul li:not(:last-child) {
  border-bottom: solid 1rem #858383;
}
header nav > ul > li ul li a {
  color: #fff;
  line-height: 70rem;
  text-align: center;
}
header nav > ul > li ul li:hover > a {
  color: #dd3b44;
}
header nav > ul > li ul li:hover::after {
  color: #dd3b44;
}
header nav > ul > li ul li:hover > ul {
  display: block;
}
header nav > ul > li ul li > ul {
  left: 100%;
  top: 0;
  background: #898989;
  width: auto;
  padding: 0 20rem;
}
header nav > ul > li ul li > ul li {
  border-bottom: solid 1rem #a1a1a1;
}
header nav > ul > li ul li > ul li:after {
  display: none;
}
header nav > ul > li ul li > ul li a {
  white-space: nowrap;
}

.header-holder {
  height: 143rem;
}

footer .module-container {
  padding-top: 100rem;
}
footer .module-container .divide {
  height: 21rem;
  background: #d80c18;
}
footer .module-container .fs-link-container {
  background: #666464;
}
footer .module-container .fs-link-container .fs-link-group {
  width: 1300rem;
  height: 550rem;
  margin: auto;
  padding: 70rem 0;
  display: flex;
  justify-content: space-between;
}
footer .module-container .fs-link-container .fs-link-group .fs-link p {
  font-size: 18rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20rem;
}
footer .module-container .fs-link-container .fs-link-group .fs-link ul li a {
  font-size: 14rem;
  line-height: 2.5;
  color: #fff;
}
footer .module-container .fs-link-container .fs-link-group .fs-link ul li a:hover {
  color: #d80c18;
}
footer .module-container .fs-link-container .fs-link-group .contract {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .module-container .fs-link-container .fs-link-group .contract .tel {
  font-size: 18rem;
  font-weight: bold;
  color: #fff;
}
footer .module-container .fs-link-container .fs-link-group .contract .qrCode {
  margin-top: 30rem;
}
footer .module-container .copyright {
  text-align: center;
  font-size: 14rem;
  line-height: 85rem;
  background: #898989;
  color: #fff;
}

.float-block {
  position: fixed;
  right: 10rem;
  bottom: 100rem;
  z-index: 999;
}
.float-block .qr-block {
  background: #ffc231;
  cursor: pointer;
  width: 40rem;
  height: 40rem;
}
.float-block .qr-block:hover .scale-code {
  transform: scale(1);
}
.float-block .qr-block > img {
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.float-block .qr-block .scale-code {
  position: absolute;
  left: -150rem;
  bottom: 0;
  transform: scale(0);
  transition: 0.3s;
  pointer-events: none;
  transform-origin: right bottom;
}
.float-block .qr-block .scale-code > img {
  width: 150rem;
  height: 150rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.float-block .to-top {
  width: 40rem;
  height: 40rem;
  background: #0056aa;
  cursor: pointer;
}
.float-block .to-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=common.css.map */